From ca51d6dfd95c474932ea8e5ecd10f4384bdab07c Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 27 Feb 2021 20:03:28 -0500 Subject: [PATCH] paned: Use markdown for css tree --- gtk/gtkpaned.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkpaned.c b/gtk/gtkpaned.c index 91d12f0589..f399449f96 100644 --- a/gtk/gtkpaned.c +++ b/gtk/gtkpaned.c @@ -76,12 +76,12 @@ * * # CSS nodes * - * |[ + * ``` * paned * ├── * ├── separator[.wide] * ╰── - * ]| + * ``` * * `GtkPaned` has a main CSS node with name paned, and a subnode for * the separator with name separator. The subnode gets a .wide style -- 2.30.2